Uses of Class
negotiator.issue.ISSUETYPE

Packages that use ISSUETYPE
negotiator.issue   
 

Uses of ISSUETYPE in negotiator.issue
 

Methods in negotiator.issue that return ISSUETYPE
static ISSUETYPE ISSUETYPE.convertToType(java.lang.String typeString)
           
 ISSUETYPE ValueReal.getType()
           
 ISSUETYPE ValueInteger.getType()
           
 ISSUETYPE ValueDiscrete.getType()
           
 ISSUETYPE Value.getType()
           
 ISSUETYPE Objective.getType()
          This method is added for convenience.
 ISSUETYPE IssueReal.getType()
           
 ISSUETYPE IssueInteger.getType()
           
 ISSUETYPE IssueDiscrete.getType()
           
abstract  ISSUETYPE Issue.getType()
           
static ISSUETYPE ISSUETYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ISSUETYPE[] ISSUETYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.